go/ast.commentListReader.end (field)

5 uses

	go/ast (current package)
		commentmap.go#L84: 	pos, end token.Position // source interval of comment group at current index
		commentmap.go#L95: 		r.end = r.fset.Position(r.comment.End())
		commentmap.go#L183: 		for r.end.Offset <= qpos.Offset {
		commentmap.go#L198: 					pgend.Line+1 == r.pos.Line && r.end.Line+1 < qpos.Line):
		commentmap.go#L207: 					pend.Line+1 == r.pos.Line && r.end.Line+1 < qpos.Line ||